home *** CD-ROM | disk | FTP | other *** search
- # GRAB Graph Layout and Browser System
- #
- # Copyright (c) 1989, Tera Computer Company
-
- This graph is taken from AHU, figure 13.7 (page 366)
- *NAME*
- An undirected graph
- *NODES*
- NodeLabel
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- *EDGES*
- EdgeLabel
- 1 2
- 1 11
- 1 10
- 2 3
- 2 12
- 2 1
- 3 4
- 3 13
- 3 2
- 4 5
- 4 14
- 4 3
- 5 6
- 5 15
- 5 4
- 6 7
- 6 16
- 6 5
- 7 8
- 7 17
- 7 6
- 8 9
- 8 18
- 8 7
- 9 10
- 9 19
- 9 8
- 10 1
- 10 20
- 10 9
- 11 1
- 11 12
- 11 20
- 12 2
- 12 13
- 12 11
- 13 3
- 13 14
- 13 12
- 14 4
- 14 15
- 14 13
- 15 5
- 15 16
- 15 14
- 16 6
- 16 17
- 16 15
- 17 7
- 17 18
- 17 16
- 18 8
- 18 19
- 18 17
- 19 9
- 19 20
- 19 18
- 20 10
- 20 11
- 20 19
-